home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
database
/
cjpos545.zip
/
CJPOS.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-12-12
|
463b
|
22 lines
@ECHO OFF
if exist *.MEM del *.MEM
CJ_START
:top
CJPOS1
if exist EXIT. goto :exit
CJPOS2
if exist EXIT. goto :exit
if exist CLOSED goto :backup
goto :top
:backup
if exist *.OLD erase *.OLD
SET PKTMP=C:\
PKZIP C:\CJPOSDBF *.DB? *.DAT *.TXT -rp
if exist FLOPBACK. PKZIP -&f -rp A:\CJPOSDBF *.DB? *.DAT *.TXT
if exist FLOPBACK. erase FLOPBACK. >nul
del CLOSED. >nul
:exit
if exist EXIT. del EXIT. >nul
if exist CLOSED. del CLOSED. >nul
@ECHO ON